-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix tests #211
Fix tests #211
Conversation
"https://citizenlab.ca/about/),", | ||
"https://docs.microsoft.com/en-us/windows/win32/bits/background-intelligent-transfer-service-portal", | ||
"https://www.reuters.com/investigates/special-report/usa-spying-raven/", | ||
"https://www.secureworks.com/blog/malware-lingers-with-bits", | ||
"https://www.secureworks.com/blog/malware-lingers-with-bits).", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These will be fixed in #130
@@ -7,11 +7,9 @@ | |||
param( | |||
"https://asf.goole.com/mail?url=http%3A%2F%2Ffreasdfuewriter.com%2Fcs%2Fimage%2FCommerciaE.jpg&t=1575955624&ymreqid=733bc9eb-e8f-34cb-1cb5-120010019e00&sig=x2Pa2oOYxanG52s4vyCEFg--~Chttp://uniddloos.zddfdd.org/CBA0019_file_00002_pdf.zip", | |||
{ | |||
"domains": ["google.com", "freasdfuewriter.com", "uniddloos.zddfdd.org"], | |||
"domains": ["asf.goole.com", "cba0019_file_00002_pdf.zip", "freasdfuewriter.com", "uniddloos.zddfdd.org"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cba0019_file_00002_pdf.zip
should, ideally, not be caught here, but this will be fixed in #210 .
@@ -15,7 +15,8 @@ | |||
"2001:db8:0:0:0:ff00:42:8329", | |||
"2001:db8::ff00:42:8329", | |||
"::1", | |||
] | |||
], | |||
"ssdeeps": ['0000:0000:ff00', '2001:0db8:0000'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll look into this in #212
{ | ||
"authentihashes": [ | ||
"3f1b149d07e7e8636636b8b7f7043c40ed64a10b28986181fb046c498432c2d4", | ||
"3f1b149d07e7e8636636b8b7f7043c40ed64a10b28986181fb046c498432c2d4", | ||
"3f1b149d07e7e8636636b8b7f7043c40ed64a10b28986181fb046c498432c2d4", | ||
] | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Investigating in #213.
"HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Shell", | ||
"HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Shell", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Investigating in #213.
@@ -146,7 +140,13 @@ | |||
authentihash\t3f1b149d07e7e8636636b8b7f7043c40ed64a10b28986181fb046c498432c2d4', | |||
authentihash\n3f1b149d07e7e8636636b8b7f7043c40ed64a10b28986181fb046c498432c2d4', | |||
""", | |||
{"authentihashes": ["3f1b149d07e7e8636636b8b7f7043c40ed64a10b28986181fb046c498432c2d4"]}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Investigating in #213.
@@ -131,7 +117,15 @@ | |||
IMPORT HASH\t18ddf28a71089acdbab5038f58044c0a | |||
IMPORT HASH\n18ddf28a71089acdbab5038f58044c0a | |||
IMPORT HASH - 18ddf28a71089acdbab5038f58044c0a""", | |||
{"imphashes": ["18ddf28a71089acdbab5038f58044c0a"], "ipv4s": ["210.209.127.8"]}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Investigating in #213.
Fixes #197
Todo: